home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / Q-R / Resources ƒ / Resources.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-12-16  |  308 b   |  16 lines  |  [TEXT/KAHL]

  1. /*****
  2.  *    Resources.h
  3.  *
  4.  *     Example of how to load resources from an external file and
  5.  *    keep a handle to them in memory!
  6.  *
  7.  *    by Joe Zobkiw
  8.  *    AFA Zobkiw @ America Online
  9.  *
  10.  *****/
  11.  
  12. #define ALRT_ID                128
  13. #define ABOUT_ALRT            129
  14. #define EXTERNAL_CURS_ID    128
  15. #define EXTERNAL_FILENAME    "\pExternalRsrcs"
  16.